home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for s3partic.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_PARTICLETOOLGADGET_H = 1;
- include("real/primgad/s3primgd.js")
-
-
- var R3CLID_PARTICLETOOLGADGET = 1420;
-
-
-
-
-
-
-
- R3PATGCA_ParticlePainterIaCl = 1420503;
- function SetR3PATGCA_ParticlePainterIaCl(value) {
- R3Set(this.r3obj, R3PATGCA_ParticlePainterIaCl, value, R3TID_INTEGER, 0);
- }
-
- function GetR3PATGCA_ParticlePainterIaCl() {
- return R3Get(this.r3obj, R3PATGCA_ParticlePainterIaCl, R3TID_INTEGER, 0);
- }
-
-
-
- function r3Particletoolgadget () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_PARTICLETOOLGADGET, arguments);
- }
- // Methods
-
- // Attributes
- this.GetParticlePainterIaCl=GetR3PATGCA_ParticlePainterIaCl;
- this.SetParticlePainterIaCl=SetR3PATGCA_ParticlePainterIaCl;
- }
-
- r3Particletoolgadget.prototype=new r3Primtoolgadget;
- // s3partic.h_H